update continous release version for macos. (#331)
authortsteven4 <tsteven4@users.noreply.github.com>
Mon, 25 Mar 2019 23:43:08 +0000 (17:43 -0600)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2019 23:43:08 +0000 (17:43 -0600)
.travis.yml

index 6b498d95a9ca7043757b517a06b84259b8f0f57f..1c8931d1eba4951e5429cfa936e9230c583fd326 100644 (file)
@@ -94,7 +94,7 @@ script:
 after_success:
   - cd ${TRAVIS_BUILD_DIR}
   # only deploy pushes to master or prs that target master.  the prs will go to transfr.sh, the pushes go to github.
-  - if [ "${TRAVIS_OS_NAME}" = "osx" ] &&  [ "${QT_VERSION}" = "5.12.1" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh  gui/GPSBabel-*.dmg; fi
+  - if [ "${TRAVIS_OS_NAME}" = "osx" ] &&  [ "${QT_VERSION}" = "5.12.2" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh  gui/GPSBabel-*.dmg; fi
 
 branches:
   except: